Viisiter

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Thursday, 10 November 2016

goo.gl/5iu7C5
goo.gl/A59LYx


Sunday, 30 October 2016

शालेय उपक्रम

🌸हस्तलिखित

🌻वर्गसुशोभन

🌹प्रकटवाचन

🌷अध्ययन कोपरे

🍁वाढदिवस शुभेच्छा

🌿व्यक्तिमत्व विकास

🌺कौतुक समारंभ

🌼अल्पबचत बँक

💐शैक्षणिक सहली

🍄क्षेत्रभेट

📚ग्रंथालय वापर

🎗शैक्षणिक साहित्य निर्मिती

🏵शालेय स्वच्छता

📖फिरते वाचनालय

🎨 रंगवाचनालय

🤗 बालसभा

👫बालआनंद मेळावा

👁 विशेषवर्ग आयोजन

🏅एकदिवस शाळेसाठी

💐जयंती साजरी करणे

🌹पुण्यतिथी साजरी करणे

👫दिनांकाचा पाढा

📖चावडी वाचन

⚗प्रयोगशाळा वापर

👀 आरोग्य तपासणी

👱‍♀हळदीकुंकू

🖥 संगणक शिक्षण

🎤 गीतमंच

✍🏻 हस्ताक्षर सुधार

🏠 स्वच्छ,सुंदरशाळा

🙋🏻‍♂ इंग्रजी स्पेलिंग पाठांतर

🌾शालेय बाग

🌴वृक्षारोपण व वृक्षसवर्धन

🙋शालेय उपस्थिती सुधारणा

⚓ टाकाऊ पासून टिकाऊ

👨‍👨‍👧‍👧 सामुदायिक कवायत

🎖मनोरे

🏅योगासने

🎭 बोलक्याभिंती

🏵 आनंददायी फलक

💻 ईलर्निंग

  विविधस्पर्धा

  क्रीडास्पर्धा

✍ हस्ताक्षर स्पर्धा

🙋पाठांतर स्पर्धा

💃नृत्य-नाट्यस्पर्धा

❄ रांगोळी स्पर्धा

💁वक्तृव स्पर्धा

✍🏻निबंध स्पर्धा

🏆स्मरणशक्ती स्पर्धा

🙋 प्रश्नमंजुषा ?

A  इंग्रजी स्पेलिंग

✍ हजेरी

🌹सुंदर कोण ???

सामान्य ज्ञान स्पर्धा

🌲वृक्षारोपण

🌻विविध दिन साजरे करणे

Tuesday, 11 October 2016

Final color table

<table border="5" bordercolor="blue" bgcolor="gray">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr><td rowspan="2";    bgcolor="pink">Row 1 </td>
<td bgcolor="red">Row 1 Cell 1</td><td>Row 1 Cell 3</td></tr>
<tr><td>Row 2 Cell 2</td><td>Row 2 Cell 3</td></tr>
<tr><td rowspan="3"; bgcolor="yellow">Row 2</td>
<td bgcolor="red">Row 2 Cell 1</td><td bgcolor="red">Row 2 Cell 4</td></tr>
<td bgcolor="red">Row 2Cell 2</td><td bgcolor="red">Row 2Cell 5</td></tr><tr><td>Row 2 Cell 3</td><td>Row 2 Cell 6</td></tr><tr><td colspan="3">dhanyvaad</td></tr>
</table>

All mix

<!DOCTYPE html>
<html>
<body>

<div style="background-color:black; color:white; padding:50px;">

    <h2>London</h2>

    <p>1London is the
</p>
    <p>2Standing , </p>
   <p>3London is
</p>
    <p>4Standing on , </p>
   <p>5London is the
</p>
    <p>6Standing , </p>
</div>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_div_capitals by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:14 GMT -->
</html>
<!DOCTYPE html>
<html>
<body>

<div style="background-color:black; color:white; padding:50px;">

    <h2>London</h2>

    <p>1London is the
</p>
    <p>2Standing , </p>
   <p>3London is
</p>
    <p>4Standing on , </p>
   <p>5London is the
</p>
    <p>6Standing , </p>
</div>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_div_capitals by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:14 GMT -->
</html>           

                    <!DOCTYPE html>
<html>
<head>
    <style>
        h1 {
        color:blue;
        font-family:verdana;
        font-size:300%;

        }
        p  {
        color:red;
        font-family:courier;
        font-size:160%;
        }
    </style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_css_fonts by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:08 GMT -->

</html>  
<table border="5" bordercolor="blue" bgcolor="gray">
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr><td rowspan="2">Row 1 Cell 1</td>
<td bgcolor="red">Row 1 Cell 1</td><td>Row 1 Cell 3</td></tr>
<tr><td>Row 2 Cell 2</td><td>Row 2 Cell 3</td></tr>
<tr><td rowspan="3">Row 1 Cell 1</td>
<td bgcolor="red">Row 2 Cell 1</td><td bgcolor="red">Row 2 Cell 4</td></tr>
<td bgcolor="red">Row 2Cell 2</td><td bgcolor="red">Row 2Cell 5</td></tr><tr><td>Row 2 Cell 3</td><td>Row 2 Cell 6</td></tr><tr><td colspan="3">Row 3 Cell 1</td></tr>
</table>

Black background and head with menu

<!DOCTYPE html>
<html>
<body>

<div style="background-color:black; color:white; padding:50px;">

    <h2>London</h2>

    <p>1London is the
</p>
    <p>2Standing , </p>
   <p>3London is
</p>
    <p>4Standing on , </p>
   <p>5London is the
</p>
    <p>6Standing , </p>
</div>

</body>

<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_div_capitals by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 30 Jul 2015 14:00:14 GMT -->
</html>